home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rename Master / RenameMaster.exe / 0 / RCDATA / TFRMERROR / TFRMERROR.txt
Text File  |  2005-02-15  |  2KB  |  99 lines

  1. object frmError: TfrmError
  2.   Left = 338
  3.   Top = 316
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'Renaming Error'
  7.   ClientHeight = 146
  8.   ClientWidth = 365
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 42
  23.     Height = 13
  24.     Caption = 'ERROR:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 48
  29.     Width = 68
  30.     Height = 13
  31.     Caption = 'Current Name:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 64
  36.     Width = 68
  37.     Height = 13
  38.     Caption = 'New Name:    '
  39.   end
  40.   object lblCurrent: TLabel
  41.     Left = 80
  42.     Top = 48
  43.     Width = 20
  44.     Height = 13
  45.     Caption = 'asdf'
  46.     Color = clBtnFace
  47.     ParentColor = False
  48.   end
  49.   object lblNew: TLabel
  50.     Left = 80
  51.     Top = 64
  52.     Width = 32
  53.     Height = 13
  54.     Caption = 'lblNew'
  55.     Color = clBtnFace
  56.     ParentColor = False
  57.   end
  58.   object lblError: TLabel
  59.     Left = 80
  60.     Top = 8
  61.     Width = 32
  62.     Height = 13
  63.     Caption = 'lblError'
  64.     Color = clBtnFace
  65.     ParentColor = False
  66.   end
  67.   object Label5: TLabel
  68.     Left = 220
  69.     Top = 100
  70.     Width = 81
  71.     Height = 12
  72.     Caption = '(Recommended)'
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clWindowText
  75.     Font.Height = 12
  76.     Font.Name = 'Verdana'
  77.     Font.Style = []
  78.     ParentFont = False
  79.   end
  80.   object btnIgnore: TButton
  81.     Left = 64
  82.     Top = 116
  83.     Width = 89
  84.     Height = 25
  85.     Caption = 'Ignore Errors'
  86.     TabOrder = 0
  87.     OnClick = btnIgnoreClick
  88.   end
  89.   object btnUndo: TButton
  90.     Left = 216
  91.     Top = 116
  92.     Width = 89
  93.     Height = 25
  94.     Caption = 'Stop and Undo'
  95.     TabOrder = 1
  96.     OnClick = btnUndoClick
  97.   end
  98. end
  99.